home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / mus / play / IFT_scopept.lha / scopept.txt < prev   
Text File  |  1992-08-14  |  2KB  |  65 lines

  1.  
  2.  ------------------------------------------
  3.   $VER: SCOPEPT.txt by Smack/Infect 010895
  4.  ------------------------------------------
  5.  
  6.  This program plays a ProTracker module and shows some oscilloscope-like
  7.  plots on the screen. Due to the very CPU-hungry plotting routines and the
  8.  sprite anim it requires an AGA machine. It is recommended to have some
  9.  FastRAM and a powerful processor to enjoy the 'nicer' modes.
  10.  
  11.  features: -3 screen modes (quadro, stereo, mono)
  12.            -3 plot modes (dotted, lined, filled)
  13.            -very _COOL_ sprite anim by A.Maschke
  14.            -online help :-)
  15.            -command line options for startup settings
  16.  
  17.  If your machine is too slow for the selected plotting mode the screen
  18.  borders will flash red. You should use a different mode then.
  19.  (the dotted modes run even on a standard A1200)
  20.  
  21.  I did not (and I never will!) implement a decruncher for the modules because
  22.  you can use some decrunch tool for this. (like MCP's crunchpatch)
  23.  
  24.  There is the possibility to select the startup settings of the program
  25.  with some command line flags. These flags are optional and aimed at the
  26.  frequent users of SCOPEPT. (if there any! :-)
  27.  Please note that the flags must stand before the module name and each of
  28.  them must start with a '-'. (eg. scopept -h -m12 mod.noname)
  29.  Type 'scopept ?' to get the list of flags.
  30.  
  31. --------------------------------------------------------------------------
  32.  Contact me for coders chat or anything else:
  33.      (Smack/Infect)
  34.      Michael Henke
  35.      Praetorius-Str.1/205
  36.      06124 Halle
  37.      Germany
  38.  
  39.      e-mail: epgbd@cluster1.urz.uni-halle.de
  40. --------------------------------------------------------------------------
  41.  
  42.  HISTORY
  43.  
  44.  090195
  45.    -first version  (it had various terrible bugs,
  46.                     sorry to all people who had trouble with it)
  47.  
  48.  100295
  49.    -recoded from scratch, runs stable now, does not 'eat mem' anymore
  50.  
  51.  150295
  52.    -some optimizations
  53.  
  54.  170495
  55.    -if FastRAM is detected, it is also used for plotting (a lot faster!)
  56.  
  57.  290795
  58.    -added bottom line with mod name, playing time and cpu usage percents
  59.    -added help page
  60.    -added command line flags
  61.  
  62.  010895
  63.    -finally fixed that little bug with 'PT-command 9 = sample offset'
  64.     now the scope should display everything correctly!
  65.